From d48da59e311e2484d65305a3964675f38d83d7c7 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 6 Mar 2004 02:13:59 +0000 Subject: [PATCH] Oops, left debug output in --- includes/Setup.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Setup.php b/includes/Setup.php index 03931c6d96..98e3ba90af 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -78,7 +78,6 @@ if ( function_exists( "getallheaders" ) ) { if ( get_magic_quotes_gpc() ) { foreach ( $_REQUEST as $field => $value ) { $_REQUEST[$field] = stripslashes( $value ); - print "$field: $value -> {$_REQUEST[$field]}
\n"; } } -- 2.20.1